home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / News Stacks / Nov.'90AMUG News™.cpt / Nov.'90AMUG News™ / card_16008.txt < prev    next >
Text File  |  1990-11-15  |  2KB  |  85 lines

  1. -- card: 16008 from stack: in.'90AMUG News‚Ñ¢
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3780
  5. -- name: Hyper
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=164 top=245 right=267 bottom=204
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 21001 / 21001
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseDown
  22.   set icon of me to "EyeClose"
  23. end mouseDown
  24.  
  25. on mouseUp
  26.   set icon of me to "EyeOpen"
  27.   dispPict "Hyper1"
  28. end mouseUp
  29.  
  30.  
  31.  
  32.  
  33. -- part contents for background part 2
  34. ----- text -----
  35. 39
  36.  
  37. -- part contents for background part 9
  38. ----- text -----
  39. HyperTMON
  40.  
  41. -- part contents for background part 8
  42. ----- text -----
  43. ..........................................................Tom Deasey
  44.  
  45. -- part contents for background part 1
  46. ----- text -----
  47. What is a HyperTMON?  HyperTMON is a 
  48. debugger for the Hypercard programming 
  49. language HyperTalk.  It is a a very 
  50. comprehensive debugger for the 
  51. HyperTalk language.  
  52.  
  53. Getting Started with HyperTMON.
  54. HyperTMON's minimum requirement is 
  55. any mac that can run Hypercard but, if 
  56. you only have one meg of memory you 
  57. will have some problems.   One problem is 
  58. that you will get this nice dialog box and 
  59. you can bet you will have problems.  I 
  60. crashed three times due to the fact that I 
  61. had too many windows open at once.  To 
  62. get the most out of HyperTMON at least two 
  63. megs of memory is the best.
  64. Installing HyperTMON is very easy.  You 
  65. have one of two options you can either 
  66. install HyperTMON in your Home Stack or 
  67. in the Hypercard application itself.  I 
  68.  
  69.  
  70.  
  71. -- part contents for background part 10
  72. ----- text -----
  73. would suggest installing it in your Home Stack because most people don't change 
  74. their Home Stack when they upgrade their 
  75. version of Hypercard so you wont have to 
  76. worry about reinstalling it every time you 
  77. change your version of Hypercard.  To 
  78. install HyperTMON you just open the 
  79. HyperTMON installer Stack and press the 
  80. button of the option you want.  Also on 
  81. this card is a button to remove HyperTMON.  Then it is very easy to run.  All you need to do is call one keyword "HyperTMON" to start it up.  You can have HyperTMON open on the startup of Hypercard or have it start up only on will as I do.  HyperTMON does slow down Hypercard so I don't like to have it running all the time.  I only call it up 
  82. when I'm 
  83. programming 
  84. and need to debug 
  85.